ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / TreeMap<T> Class / Legend Property

In This Topic
    Legend Property (TreeMap<T>)
    In This Topic
    Gets the chart legend.
    Syntax
    'Declaration
     
    Public Overrides ReadOnly Property Legend As ChartLegend
    public override ChartLegend Legend {get;}
    See Also